Category: Accessible Games
A while ago I tried running SoundRTS on the mac. The site asks you to install MacPython 2.4, pygame and pyObjC. I got the first two installed but could not find the last one. Eventually I gave up, frustrated. Has anyone had any better luck? I'd also like to know how to get rid of MacPython now that it has failed me (Mac OSX already has python anyway).
I don't know how to tell you how to uninstall Mac Python, but you should be able to put SoundRTS into a folder then go into the Terminal application on your Mac - basically a BASH shell prompt if I'm not mistaken then the root being // you would change directory to the folder you put SoundRTS into and run Python with the main file from there. You may have to alias /dev/python or wherever it is. Mac uses Free BSD so you should be able to type man python and get the pages for it.
This is the Command-prompt way I don't have a Mac but AppleScript should be able to be used to write a simple widget that runs from your Doc that opens a console window runs Python and the application. Had I a Mac I'd be able to do more than just shoot from the hip but hope this helps at least some